uptimed: specify license

This commit is contained in:
Fabian Affolter 2021-03-10 08:10:07 +01:00
parent 4246716e57
commit fc58af3539

View file

@ -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;
};
}