forked from mirrors/nixpkgs
uptimed: specify license
This commit is contained in:
parent
4246716e57
commit
fc58af3539
|
@ -23,8 +23,8 @@ stdenv.mkDerivation rec {
|
|||
which can also easily be used to show your records on a web page.
|
||||
'';
|
||||
homepage = "https://github.com/rpodgorny/uptimed/";
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.unix;
|
||||
license = with licenses; [ gpl2Only lgpl21Plus ];
|
||||
maintainers = with maintainers; [ ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue