uim: cleanup meta, add me to maintainers
This commit is contained in:
parent
83713d4277
commit
ceb46d5f9d
@ -105,8 +105,8 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://github.com/uim/uim";
|
homepage = "https://github.com/uim/uim";
|
||||||
description = "A multilingual input method framework";
|
description = "A multilingual input method framework";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ ericsagnes ];
|
maintainers = with maintainers; [ ericsagnes oxij ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user