gdl: add myself as maintainer

This commit is contained in:
Luca Bruno 2015-05-16 12:23:49 +02:00
parent bbc40015b6
commit fc44525137

View File

@ -18,6 +18,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Gnome docking library";
homepage = https://developer.gnome.org/gdl/;
maintainers = [ maintainers.lethalman ];
license = [ licenses.gpl2 ];
platforms = platforms.linux;
};