1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

gtk-server: add myself as a maintainer

This commit is contained in:
Tomas Hlavaty 2015-11-24 23:25:12 +01:00
parent 2b6bd6f036
commit b091b9e30b

View file

@ -17,5 +17,6 @@ stdenv.mkDerivation rec {
description = "gtk-server for interpreted GUI programming";
homepage = "http://www.gtk-server.org/";
license = stdenv.lib.licenses.gpl2Plus;
maintainers = [stdenv.lib.maintainers.tohl];
};
}