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
|
- hinit
|
||||||
bdesham:
|
bdesham:
|
||||||
- pinboard-notes-backup
|
- pinboard-notes-backup
|
||||||
|
rvl:
|
||||||
|
- taffybar
|
||||||
|
- arbtt
|
||||||
|
- lentil
|
||||||
|
|
||||||
unsupported-platforms:
|
unsupported-platforms:
|
||||||
Allure: [ x86_64-darwin ]
|
Allure: [ x86_64-darwin ]
|
||||||
|
@ -32045,6 +32045,7 @@ self: {
|
|||||||
];
|
];
|
||||||
description = "Automatic Rule-Based Time Tracker";
|
description = "Automatic Rule-Based Time Tracker";
|
||||||
license = lib.licenses.gpl2Only;
|
license = lib.licenses.gpl2Only;
|
||||||
|
maintainers = with lib.maintainers; [ rvl ];
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"arcgrid" = callPackage
|
"arcgrid" = callPackage
|
||||||
@ -160371,6 +160372,7 @@ self: {
|
|||||||
];
|
];
|
||||||
description = "frugal issue tracker";
|
description = "frugal issue tracker";
|
||||||
license = lib.licenses.gpl3Only;
|
license = lib.licenses.gpl3Only;
|
||||||
|
maintainers = with lib.maintainers; [ rvl ];
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"lenz" = callPackage
|
"lenz" = callPackage
|
||||||
@ -252596,6 +252598,7 @@ self: {
|
|||||||
platforms = [
|
platforms = [
|
||||||
"aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux"
|
"aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux"
|
||||||
];
|
];
|
||||||
|
maintainers = with lib.maintainers; [ rvl ];
|
||||||
}) {inherit (pkgs) gtk3;};
|
}) {inherit (pkgs) gtk3;};
|
||||||
|
|
||||||
"tag-bits" = callPackage
|
"tag-bits" = callPackage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user