libtiger: add myself as maintainer
This commit is contained in:
parent
5882cc203c
commit
d19494cb53
|
@ -15,6 +15,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://code.google.com/archive/p/libtiger/;
|
homepage = https://code.google.com/archive/p/libtiger/;
|
||||||
description = "A rendering library for Kate streams using Pango and Cairo";
|
description = "A rendering library for Kate streams using Pango and Cairo";
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
|
maintainers = with lib; [ matthewbauer ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue