about summary refs log tree commit diff
path: root/pkgs/tools/admin/swapspace
diff options
context:
space:
mode:
authorLuflosi <luflosi@luflosi.de>2023-04-08 00:29:37 +0200
committerLuflosi <luflosi@luflosi.de>2023-04-08 00:54:53 +0200
commitb0004e6c970d8f552daddced6f11c352e256b2a1 (patch)
tree3430ef5f8af64042438de613a297d55adb64aed0 /pkgs/tools/admin/swapspace
parentcf4b4ea59039b689f11413dccacff7b19a6e7e91 (diff)
downloadnixlib-b0004e6c970d8f552daddced6f11c352e256b2a1.tar
nixlib-b0004e6c970d8f552daddced6f11c352e256b2a1.tar.gz
nixlib-b0004e6c970d8f552daddced6f11c352e256b2a1.tar.bz2
nixlib-b0004e6c970d8f552daddced6f11c352e256b2a1.tar.lz
nixlib-b0004e6c970d8f552daddced6f11c352e256b2a1.tar.xz
nixlib-b0004e6c970d8f552daddced6f11c352e256b2a1.tar.zst
nixlib-b0004e6c970d8f552daddced6f11c352e256b2a1.zip
swapspace: add Luflosi as maintainer
Diffstat (limited to 'pkgs/tools/admin/swapspace')
-rw-r--r--pkgs/tools/admin/swapspace/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/admin/swapspace/default.nix b/pkgs/tools/admin/swapspace/default.nix
index a859de996707..4d961a810a40 100644
--- a/pkgs/tools/admin/swapspace/default.nix
+++ b/pkgs/tools/admin/swapspace/default.nix
@@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
     homepage = "https://github.com/Tookmund/Swapspace";
     license = licenses.gpl2Only;
     platforms = platforms.linux;
-    maintainers = with maintainers; [ misuzu ];
+    maintainers = with maintainers; [ misuzu Luflosi ];
   };
 }