haskellPackages.taffybar: add rvl to meta.maintainers
Add myself as a "maintainer" of taffybar, and also arbtt and lentil, for which I have made build fixes in the past.
This commit is contained in:
parent
c46059f732
commit
a7d76a6cf0
@ -233,6 +233,10 @@ package-maintainers:
|
||||
- hinit
|
||||
bdesham:
|
||||
- pinboard-notes-backup
|
||||
rvl:
|
||||
- taffybar
|
||||
- arbtt
|
||||
- lentil
|
||||
|
||||
unsupported-platforms:
|
||||
Allure: [ x86_64-darwin ]
|
||||
|
@ -32045,6 +32045,7 @@ self: {
|
||||
];
|
||||
description = "Automatic Rule-Based Time Tracker";
|
||||
license = lib.licenses.gpl2Only;
|
||||
maintainers = with lib.maintainers; [ rvl ];
|
||||
}) {};
|
||||
|
||||
"arcgrid" = callPackage
|
||||
@ -160371,6 +160372,7 @@ self: {
|
||||
];
|
||||
description = "frugal issue tracker";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [ rvl ];
|
||||
}) {};
|
||||
|
||||
"lenz" = callPackage
|
||||
@ -252596,6 +252598,7 @@ self: {
|
||||
platforms = [
|
||||
"aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux"
|
||||
];
|
||||
maintainers = with lib.maintainers; [ rvl ];
|
||||
}) {inherit (pkgs) gtk3;};
|
||||
|
||||
"tag-bits" = callPackage
|
||||
|
Loading…
Reference in New Issue
Block a user