linuxPackages.digimend: Add PuercoPop as a maintainer (#396494)
This commit is contained in:
commit
33afc1ec10
@ -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";
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user