maintainers: rename lukasepple according to github account name

This commit is contained in:
sternenseemann
2016-10-09 21:26:53 +02:00
parent e0faee950c
commit 3fb2993cb3
4 changed files with 4 additions and 4 deletions

View File

@@ -22,6 +22,6 @@ stdenv.mkDerivation rec {
license = licenses.lgpl21Plus;
platforms = platforms.linux;
homepage = "http://live.gnome.org/Libgee";
maintainers = with maintainers; [ abbradar ];
maintainers = with maintainers; [ sternenseemann ];
};
}