Merge pull request #302021 from CyberShadow/add-myself-as-maintainer

pkgs: add myself to maintainers for software I maintain
This commit is contained in:
Weijia Wang 2024-04-06 23:14:37 +02:00 committed by GitHub
commit 65191c6942
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -57,7 +57,7 @@ in
description = "ZNC module for client specific buffers";
homepage = "https://github.com/CyberShadow/znc-clientbuffer";
license = licenses.asl20;
maintainers = with maintainers; [ hrdinka szlend ];
maintainers = with maintainers; [ hrdinka szlend cybershadow ];
};
};

View File

@ -44,7 +44,7 @@ multiStdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/CyberShadow/hax11";
description = "Hackbrary to Hook and Augment X11 protocol calls";
license = with lib.licenses; [ mit ];
maintainers = with lib.maintainers; [ AndersonTorres ];
maintainers = with lib.maintainers; [ AndersonTorres cybershadow ];
platforms = lib.platforms.linux;
};
})

View File

@ -36,7 +36,7 @@ buildDubPackage rec {
changelog = "https://github.com/CyberShadow/btdu/releases/tag/${src.rev}";
license = licenses.gpl2Only;
platforms = platforms.linux;
maintainers = with maintainers; [ atila ];
maintainers = with maintainers; [ atila cybershadow ];
mainProgram = "btdu";
};
}