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