Geany: Taking over maintainership

This commit is contained in:
Frank Lanitz 2018-12-18 19:39:06 +01:00
parent 050dad2901
commit 33fcf39a6e

View File

@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
''; '';
homepage = https://www.geany.org/; homepage = https://www.geany.org/;
license = licenses.gpl2; license = licenses.gpl2;
maintainers = []; maintainers = with maintainers; [ frlan ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }