Unverified Commit 33afc1ec authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

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

parents 2f0ac551 f3354197
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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";
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}