lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

treewide: remove cstrahan from meta.maintainers - part 2

19 files modified with this removal

+17 -19
+1 -1
pkgs/applications/editors/vim/macvim.nix
··· 180 180 description = "Vim - the text editor - for macOS"; 181 181 homepage = "https://github.com/macvim-dev/macvim"; 182 182 license = licenses.vim; 183 - maintainers = with maintainers; [ cstrahan lilyball ]; 183 + maintainers = with maintainers; [ lilyball ]; 184 184 platforms = platforms.darwin; 185 185 hydraPlatforms = []; # hydra can't build this as long as we rely on Xcode and sandboxProfile 186 186 };
+1 -1
pkgs/applications/misc/perkeep/default.nix
··· 55 55 description = "A way of storing, syncing, sharing, modelling and backing up content (née Camlistore)"; 56 56 homepage = "https://perkeep.org"; 57 57 license = licenses.asl20; 58 - maintainers = with maintainers; [ cstrahan danderson kalbasit ]; 58 + maintainers = with maintainers; [ danderson kalbasit ]; 59 59 }; 60 60 }
+1 -1
pkgs/applications/networking/browsers/w3m/default.nix
··· 95 95 homepage = "https://w3m.sourceforge.net/"; 96 96 changelog = "https://github.com/tats/w3m/blob/v${version}/ChangeLog"; 97 97 description = "A text-mode web browser"; 98 - maintainers = with maintainers; [ cstrahan anthonyroussel ]; 98 + maintainers = with maintainers; [ anthonyroussel ]; 99 99 platforms = platforms.unix; 100 100 license = licenses.mit; 101 101 mainProgram = "w3m";
+1 -1
pkgs/applications/networking/mailreaders/neomutt/default.nix
··· 118 118 description = "A small but very powerful text-based mail client"; 119 119 homepage = "http://www.neomutt.org"; 120 120 license = licenses.gpl2Plus; 121 - maintainers = with maintainers; [ cstrahan erikryb jfrankenau vrthra ma27 raitobezarius ]; 121 + maintainers = with maintainers; [ erikryb jfrankenau vrthra ma27 raitobezarius ]; 122 122 platforms = platforms.unix; 123 123 }; 124 124 }
-1
pkgs/data/fonts/iosevka/bin.nix
··· 33 33 meta = { 34 34 inherit (iosevka.meta) homepage downloadPage description license platforms; 35 35 maintainers = with lib.maintainers; [ 36 - cstrahan 37 36 montchr 38 37 ]; 39 38 };
-1
pkgs/data/fonts/iosevka/default.nix
··· 136 136 license = licenses.ofl; 137 137 platforms = platforms.all; 138 138 maintainers = with maintainers; [ 139 - cstrahan 140 139 jfrankenau 141 140 ttuegel 142 141 babariviere
+1 -1
pkgs/development/compilers/rust/rustc.nix
··· 263 263 meta = with lib; { 264 264 homepage = "https://www.rust-lang.org/"; 265 265 description = "A safe, concurrent, practical language"; 266 - maintainers = with maintainers; [ cstrahan globin havvy ] ++ teams.rust.members; 266 + maintainers = with maintainers; [ globin havvy ] ++ teams.rust.members; 267 267 license = [ licenses.mit licenses.asl20 ]; 268 268 platforms = [ 269 269 # Platforms with host tools from
+1 -1
pkgs/development/libraries/rapidjson/default.nix
··· 51 51 homepage = "http://rapidjson.org/"; 52 52 license = licenses.mit; 53 53 platforms = platforms.unix; 54 - maintainers = with maintainers; [ cstrahan dotlambda ]; 54 + maintainers = with maintainers; [ dotlambda ]; 55 55 }; 56 56 }
+1 -1
pkgs/development/libraries/v8/default.nix
··· 174 174 meta = with lib; { 175 175 homepage = "https://v8.dev/"; 176 176 description = "Google's open source JavaScript engine"; 177 - maintainers = with maintainers; [ cstrahan proglodyte matthewbauer ]; 177 + maintainers = with maintainers; [ proglodyte matthewbauer ]; 178 178 platforms = platforms.unix; 179 179 license = licenses.bsd3; 180 180 };
+1 -1
pkgs/development/python-modules/jupyterhub/default.nix
··· 201 201 homepage = "https://jupyter.org/"; 202 202 changelog = "https://github.com/jupyterhub/jupyterhub/blob/${version}/docs/source/reference/changelog.md"; 203 203 license = licenses.bsd3; 204 - maintainers = with maintainers; [ ixxie cstrahan ]; 204 + maintainers = with maintainers; [ ixxie ]; 205 205 # darwin: E OSError: dlopen(/nix/store/43zml0mlr17r5jsagxr00xxx91hz9lky-openpam-20170430/lib/libpam.so, 6): image not found 206 206 broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin; 207 207 };
+1 -1
pkgs/development/python-modules/pycapnp/default.nix
··· 31 31 32 32 meta = with lib; { 33 33 homepage = "https://capnproto.github.io/pycapnp/"; 34 - maintainers = with maintainers; [ cstrahan lukeadams ]; 34 + maintainers = with maintainers; [ lukeadams ]; 35 35 license = licenses.bsd2; 36 36 # No support for capnproto 1.0 yet 37 37 # https://github.com/capnproto/pycapnp/issues/323
+1 -1
pkgs/development/tools/misc/ycmd/default.nix
··· 91 91 description = "A code-completion and comprehension server"; 92 92 homepage = "https://github.com/ycm-core/ycmd"; 93 93 license = licenses.gpl3; 94 - maintainers = with maintainers; [ rasendubi cstrahan lnl7 siriobalmelli ]; 94 + maintainers = with maintainers; [ rasendubi lnl7 siriobalmelli ]; 95 95 platforms = platforms.all; 96 96 }; 97 97 }
+1 -1
pkgs/development/tools/packer/default.nix
··· 31 31 description = "A tool for creating identical machine images for multiple platforms from a single source configuration"; 32 32 homepage = "https://www.packer.io"; 33 33 license = licenses.mpl20; 34 - maintainers = with maintainers; [ cstrahan zimbatm ma27 techknowlogick qjoly ]; 34 + maintainers = with maintainers; [ zimbatm ma27 techknowlogick qjoly ]; 35 35 changelog = "https://github.com/hashicorp/packer/blob/v${version}/CHANGELOG.md"; 36 36 }; 37 37 }
+1 -1
pkgs/development/tools/watchman/default.nix
··· 99 99 meta = with lib; { 100 100 description = "Watches files and takes action when they change"; 101 101 homepage = "https://facebook.github.io/watchman"; 102 - maintainers = with maintainers; [ cstrahan kylesferrazza ]; 102 + maintainers = with maintainers; [ kylesferrazza ]; 103 103 platforms = platforms.unix; 104 104 license = licenses.mit; 105 105 };
+1 -1
pkgs/servers/nosql/mongodb/mongodb.nix
··· 190 190 homepage = "http://www.mongodb.org"; 191 191 inherit license; 192 192 193 - maintainers = with maintainers; [ bluescreen303 offline cstrahan ]; 193 + maintainers = with maintainers; [ bluescreen303 offline ]; 194 194 platforms = subtractLists systems.doubles.i686 systems.doubles.unix; 195 195 broken = (versionOlder version "6.0" && stdenv.system == "aarch64-darwin"); 196 196 };
+1 -1
pkgs/servers/zookeeper/default.nix
··· 48 48 homepage = "https://zookeeper.apache.org"; 49 49 description = "Apache Zookeeper"; 50 50 license = licenses.asl20; 51 - maintainers = with maintainers; [ nathan-gs cstrahan pradeepchhetri ztzg ]; 51 + maintainers = with maintainers; [ nathan-gs pradeepchhetri ztzg ]; 52 52 platforms = platforms.unix; 53 53 }; 54 54 }
+1 -1
pkgs/tools/filesystems/zkfuse/default.nix
··· 35 35 36 36 meta = with lib; { 37 37 platforms = platforms.linux; 38 - maintainers = with maintainers; [ cstrahan ztzg ]; 38 + maintainers = with maintainers; [ ztzg ]; 39 39 license = licenses.asl20; 40 40 }; 41 41 }
+1 -1
pkgs/tools/security/doas/default.nix
··· 53 53 homepage = "https://github.com/Duncaen/OpenDoas"; 54 54 license = licenses.isc; 55 55 platforms = platforms.linux; 56 - maintainers = with maintainers; [ cole-h cstrahan ]; 56 + maintainers = with maintainers; [ cole-h ]; 57 57 }; 58 58 }
+1 -1
pkgs/tools/security/mkpasswd/default.nix
··· 15 15 homepage = "https://packages.qa.debian.org/w/whois.html"; 16 16 description = "Overfeatured front-end to crypt, from the Debian whois package"; 17 17 license = licenses.gpl2; 18 - maintainers = with maintainers; [ cstrahan fpletz ]; 18 + maintainers = with maintainers; [ fpletz ]; 19 19 platforms = platforms.unix; 20 20 }; 21 21 }