microfetch: add notashelf as maintainer

This commit is contained in:
Nydragon
2024-08-18 01:01:30 +02:00
parent f4e5df01cc
commit 6d0458f916
+4 -1
View File
@@ -24,7 +24,10 @@ rustPlatform.buildRustPackage rec {
description = "Microscopic fetch script in Rust, for NixOS systems";
homepage = "https://github.com/NotAShelf/microfetch";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ nydragon ];
maintainers = with lib.maintainers; [
nydragon
NotAShelf
];
mainProgram = "microfetch";
platforms = lib.platforms.linux;
};