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:
Rodney Lorrimar 2021-05-12 22:21:17 +10:00
parent c46059f732
commit a7d76a6cf0
No known key found for this signature in database
GPG Key ID: D8B75C95FB4D1143
2 changed files with 7 additions and 0 deletions

View File

@ -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 ]

View File

@ -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