gnome3.libgda: add meta.maintainers
This commit is contained in:
parent
2f1c45c4b0
commit
63c2494d41
|
@ -34,6 +34,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "Database access library";
|
description = "Database access library";
|
||||||
homepage = http://www.gnome-db.org/;
|
homepage = http://www.gnome-db.org/;
|
||||||
license = [ licenses.lgpl2 licenses.gpl2 ];
|
license = [ licenses.lgpl2 licenses.gpl2 ];
|
||||||
|
maintainers = gnome3.maintainers;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue