summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/system
diff options
context:
space:
mode:
authorxiorcale <quentin.vaucher@protonmail.com>2020-05-08 09:08:53 +0200
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2020-05-09 09:08:18 +0200
commitccfe14cb3b9a30bd3f98ed33be475604bcabe6f4 (patch)
treedb601e3cbfd1fac49d43834997d02fa6caeb597d /pkgs/applications/system
parent640eeb9b85cad08a1d406a4db24d924d975101ea (diff)
github username: kjuvi -> xiorcale
Diffstat (limited to 'pkgs/applications/system')
-rw-r--r--pkgs/applications/system/monitor/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/system/monitor/default.nix b/pkgs/applications/system/monitor/default.nix
index 671503511884..ee1198c176f6 100644
--- a/pkgs/applications/system/monitor/default.nix
+++ b/pkgs/applications/system/monitor/default.nix
@@ -68,7 +68,7 @@ stdenv.mkDerivation rec {
section in the NixOS manual.
'';
homepage = "https://github.com/stsdc/monitor";
- maintainers = with maintainers; [ kjuvi ] ++ pantheon.maintainers;
+ maintainers = with maintainers; [ xiorcale ] ++ pantheon.maintainers;
platforms = platforms.linux;
license = licenses.gpl3;
};