anystyle-cli: add aschleck as a maintainer
This commit is contained in:
parent
46e19a5d31
commit
3dd3d31c10
@ -38,7 +38,10 @@ buildRubyGem rec {
|
|||||||
description = "Command line interface to the AnyStyle Parser and Finder";
|
description = "Command line interface to the AnyStyle Parser and Finder";
|
||||||
homepage = "https://anystyle.io/";
|
homepage = "https://anystyle.io/";
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
maintainers = with maintainers; [ shamilton ];
|
maintainers = with maintainers; [
|
||||||
|
aschleck
|
||||||
|
shamilton
|
||||||
|
];
|
||||||
mainProgram = "anystyle";
|
mainProgram = "anystyle";
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user