forked from mirrors/nixpkgs
Merge pull request #24073 from neeasade/add-colort
colort: add maintainer
This commit is contained in:
commit
5252178b01
|
@ -17,5 +17,6 @@ stdenv.mkDerivation {
|
||||||
homepage = https://github.com/neeasade/colort;
|
homepage = https://github.com/neeasade/colort;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
maintainers = [ maintainers.neeasade ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue