summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2023-10-26 10:37:01 +0200
committerMatthias Beyer <mail@beyermatthias.de>2023-10-26 10:37:01 +0200
commitece14fa3296aef2b7ff1f64c0816027fcd9961e1 (patch)
tree240bcfd50987a95ae6d8af618db05d8ef64c6973
parentf9a6f6ffd1b946875e6ef518097a5d3df25ee39a (diff)
downloadnixpkgs-ece14fa3296aef2b7ff1f64c0816027fcd9961e1.tar
nixpkgs-ece14fa3296aef2b7ff1f64c0816027fcd9961e1.tar.gz
nixpkgs-ece14fa3296aef2b7ff1f64c0816027fcd9961e1.tar.bz2
nixpkgs-ece14fa3296aef2b7ff1f64c0816027fcd9961e1.tar.lz
nixpkgs-ece14fa3296aef2b7ff1f64c0816027fcd9961e1.tar.xz
nixpkgs-ece14fa3296aef2b7ff1f64c0816027fcd9961e1.tar.zst
nixpkgs-ece14fa3296aef2b7ff1f64c0816027fcd9961e1.zip
kmon: Add myself as maintainer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--pkgs/tools/system/kmon/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/kmon/default.nix b/pkgs/tools/system/kmon/default.nix
index 589460e6a89..cb5815892ca 100644
--- a/pkgs/tools/system/kmon/default.nix
+++ b/pkgs/tools/system/kmon/default.nix
@@ -29,6 +29,6 @@ rustPlatform.buildRustPackage rec {
     changelog = "https://github.com/orhun/kmon/blob/v${version}/CHANGELOG.md";
     license = licenses.gpl3Only;
     platforms = platforms.linux;
-    maintainers = with maintainers; [ figsoda misuzu ];
+    maintainers = with maintainers; [ figsoda misuzu matthiasbeyer ];
   };
 }