Renamed maintainer lucas8 -> dwarfmaster

wip/yesman
DwarfMaster 4 years ago
parent 0f7016d404
commit 227a3f4383
  1. 12
      maintainers/maintainer-list.nix
  2. 2
      pkgs/applications/graphics/imlibsetroot/default.nix
  3. 2
      pkgs/applications/science/logic/cubicle/default.nix
  4. 2
      pkgs/tools/text/fanficfare/default.nix

@ -1919,6 +1919,12 @@
fingerprint = "5DD7 C6F6 0630 F08E DAE7 4711 1525 585D 1B43 C62A";
}];
};
dwarfmaster = {
email = "nixpkgs@dwarfmaster.net";
github = "dwarfmaster";
githubId = 2025623;
name = "Luc Chabassier";
};
dxf = {
email = "dingxiangfei2009@gmail.com";
github = "dingxiangfei2009";
@ -4169,12 +4175,6 @@
github = "ltavard";
name = "Laure Tavard";
};
lucas8 = {
email = "luc.linux@mailoo.org";
github = "lucas8";
githubId = 2025623;
name = "Luc Chabassier";
};
lucus16 = {
email = "lars.jellema@gmail.com";
github = "Lucus16";

@ -24,6 +24,6 @@ stdenv.mkDerivation {
homepage = http://robotmonkeys.net/2010/03/30/imlibsetroot/;
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ lucas8 ];
maintainers = with maintainers; [ dwarfmaster ];
};
}

@ -19,6 +19,6 @@ stdenv.mkDerivation rec {
homepage = http://cubicle.lri.fr/;
license = licenses.asl20;
platforms = platforms.unix;
maintainers = with maintainers; [ lucas8 ];
maintainers = with maintainers; [ dwarfmaster ];
};
}

@ -23,7 +23,7 @@ python3Packages.buildPythonApplication rec {
homepage = https://github.com/JimmXinu/FanFicFare;
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ lucas8 ];
maintainers = with maintainers; [ dwarfmaster ];
inherit version;
};
}

Loading…
Cancel
Save