1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

ganttproject-bin: add myself as maintainer

This commit is contained in:
David Asabina 2019-01-24 11:55:11 +01:00
parent 62bce8ce7f
commit a2f3b8653d

View file

@ -48,5 +48,6 @@ stdenv.mkDerivation rec {
# GPL3-compatible. See ${downloadPage} for detailed information.
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = [ maintainers.vidbina ];
};
}