linuxPackages.digimend: Add PuercoPop as a maintainer (#396494)

This commit is contained in:
Wolfgang Walther 2025-04-06 20:46:13 +00:00 committed by GitHub
commit 33afc1ec10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions

View File

@ -19521,6 +19521,12 @@
githubId = 488734;
name = "Puck Meerburg";
};
PuercoPop = {
email = "pirata@gmail.com";
github = "PuercoPop";
githubId = 387111;
name = "Javier Olaechea";
};
puffnfresh = {
email = "brian@brianmckenna.org";
github = "puffnfresh";

View File

@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
description = "DIGImend graphics tablet drivers for the Linux kernel";
homepage = "https://digimend.github.io/";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ PuercoPop ];
platforms = platforms.linux;
};
}