Merge pull request #52495 from frlan/Geany/Maintainer

Geany: Taking over maintainership
This commit is contained in:
Matthew Bauer
2018-12-18 13:02:58 -06:00
committed by GitHub
+1 -1
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;
}; };
} }