lol

treewide: remove ThomasMader as maintainer from Dlang packages (#291338)

authored by

Thomas Mader and committed by
GitHub
ff80a002 8a67ffa4

+5 -5
+1 -1
pkgs/development/compilers/dmd/generic.nix
··· 220 220 # Everything is now Boost licensed, even the backend. 221 221 # https://github.com/dlang/dmd/pull/6680 222 222 license = licenses.boost; 223 - maintainers = with maintainers; [ ThomasMader lionello dukc jtbx ]; 223 + maintainers = with maintainers; [ lionello dukc jtbx ]; 224 224 platforms = [ "x86_64-linux" "i686-linux" "x86_64-darwin" ]; 225 225 }; 226 226 }
+1 -1
pkgs/development/compilers/ldc/binary.nix
··· 37 37 homepage = "https://github.com/ldc-developers/ldc"; 38 38 # from https://github.com/ldc-developers/ldc/blob/master/LICENSE 39 39 license = with licenses; [ bsd3 boost mit ncsa gpl2Plus ]; 40 - maintainers = with maintainers; [ ThomasMader lionello ]; 40 + maintainers = with maintainers; [ lionello ]; 41 41 platforms = [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin" ]; 42 42 }; 43 43 }
+1 -1
pkgs/development/compilers/ldc/generic.nix
··· 130 130 homepage = "https://github.com/ldc-developers/ldc"; 131 131 # from https://github.com/ldc-developers/ldc/blob/master/LICENSE 132 132 license = with licenses; [ bsd3 boost mit ncsa gpl2Plus ]; 133 - maintainers = with maintainers; [ ThomasMader lionello jtbx ]; 133 + maintainers = with maintainers; [ lionello jtbx ]; 134 134 platforms = [ "x86_64-linux" "i686-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ]; 135 135 }; 136 136 }
+1 -1
pkgs/development/tools/build-managers/dub/default.nix
··· 151 151 description = "Package and build manager for D applications and libraries"; 152 152 homepage = "https://code.dlang.org/"; 153 153 license = licenses.mit; 154 - maintainers = with maintainers; [ ThomasMader jtbx ]; 154 + maintainers = with maintainers; [ jtbx ]; 155 155 platforms = [ "x86_64-linux" "i686-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ]; 156 156 }; 157 157 }
+1 -1
pkgs/development/tools/dtools/default.nix
··· 45 45 description = "Ancillary tools for the D programming language compiler"; 46 46 homepage = "https://github.com/dlang/tools"; 47 47 license = lib.licenses.boost; 48 - maintainers = with maintainers; [ ThomasMader jtbx ]; 48 + maintainers = with maintainers; [ jtbx ]; 49 49 platforms = lib.platforms.unix; 50 50 }; 51 51 }