gnome3.libgda: add meta.maintainers

This commit is contained in:
Jan Tojnar 2018-02-25 21:26:30 +01:00
parent 2f1c45c4b0
commit 63c2494d41
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ stdenv.mkDerivation rec {
description = "Database access library";
homepage = http://www.gnome-db.org/;
license = [ licenses.lgpl2 licenses.gpl2 ];
maintainers = gnome3.maintainers;
platforms = platforms.linux;
};
}