Commit f3354197 authored by Javier Olaechea's avatar Javier Olaechea
Browse files

linuxPackages.digimend: Add PuercoPop as a maintainer

parent 9172aa6f
Loading
Loading
Loading
Loading
+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;
  };
}