From a7d76a6cf03c8ed1034b966684100626de672e20 Mon Sep 17 00:00:00 2001 From: Rodney Lorrimar Date: Wed, 12 May 2021 22:21:17 +1000 Subject: [PATCH] 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. --- .../haskell-modules/configuration-hackage2nix/main.yaml | 4 ++++ pkgs/development/haskell-modules/hackage-packages.nix | 3 +++ 2 files changed, 7 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml index e1031bc72556..1fb67026d111 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml @@ -233,6 +233,10 @@ package-maintainers: - hinit bdesham: - pinboard-notes-backup + rvl: + - taffybar + - arbtt + - lentil unsupported-platforms: Allure: [ x86_64-darwin ] diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 5e934b23f92a..edf0d51783ee 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -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