lol

Merge pull request #132995 from SuperSandro2000/SuperSandro2000-patch-5

diskonaut: add SuperSandro2000 as maintainer

authored by

Sandro and committed by
GitHub
cc5d561f 2904cd75

+1 -1
+1 -1
pkgs/tools/misc/diskonaut/default.nix
··· 20 20 description = "Terminal disk space navigator"; 21 21 homepage = "https://github.com/imsnif/diskonaut"; 22 22 license = licenses.mit; 23 - maintainers = with maintainers; [ evanjs ]; 23 + maintainers = with maintainers; [ evanjs SuperSandro2000 ]; 24 24 }; 25 25 }