mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
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 New Issue
Block a user