microfetch: add notashelf as maintainer

This commit is contained in:
Nydragon 2024-08-17 11:50:28 +02:00
parent f4e5df01cc
commit 6d0458f916
No known key found for this signature in database

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;
};