Merge pull request #197322 from atorres1985-contrib/cleanup-maintainers

Cleanup maintainers

authored by

Anderson Torres and committed by
GitHub
925c0fa5 419fcc78

+22 -26
-6
maintainers/maintainer-list.nix
··· 13730 13730 githubId = 2164118; 13731 13731 name = "Tobias Bora"; 13732 13732 }; 13733 - tohl = { 13734 - email = "tom@logand.com"; 13735 - github = "tohl"; 13736 - githubId = 12159013; 13737 - name = "Tomas Hlavaty"; 13738 - }; 13739 13733 tokudan = { 13740 13734 email = "git@danielfrank.net"; 13741 13735 github = "tokudan";
+1 -1
pkgs/development/compilers/ccl/default.nix
··· 119 119 meta = with lib; { 120 120 description = "Clozure Common Lisp"; 121 121 homepage = "https://ccl.clozure.com/"; 122 - maintainers = with maintainers; [ raskin tohl ]; 122 + maintainers = with maintainers; [ raskin ]; 123 123 platforms = attrNames options; 124 124 # assembler failures during build, x86_64-darwin broken since 2020-10-14 125 125 broken = (stdenv.isDarwin && stdenv.isx86_64);
+1 -1
pkgs/development/compilers/cmucl/binary.nix
··· 38 38 ''; 39 39 license = lib.licenses.free; # public domain 40 40 homepage = "http://www.cons.org/cmucl/"; 41 - maintainers = [lib.maintainers.tohl]; 41 + maintainers = [ ]; 42 42 platforms = lib.platforms.linux; 43 43 }; 44 44 }
+1 -1
pkgs/development/compilers/mkcl/default.nix
··· 60 60 homepage = "https://common-lisp.net/project/mkcl/"; 61 61 license = licenses.lgpl2Plus; 62 62 platforms = platforms.linux; 63 - maintainers = with maintainers; [ tohl ]; 63 + maintainers = with maintainers; [ ]; 64 64 }; 65 65 }
+1 -1
pkgs/development/compilers/sbcl/bootstrap.nix
··· 78 78 description = "Lisp compiler"; 79 79 homepage = "http://www.sbcl.org"; 80 80 license = licenses.publicDomain; # and FreeBSD 81 - maintainers = [maintainers.raskin maintainers.tohl]; 81 + maintainers = [ maintainers.raskin ]; 82 82 platforms = attrNames options; 83 83 }; 84 84 }
+1 -1
pkgs/development/interpreters/clisp/default.nix
··· 99 99 meta = { 100 100 description = "ANSI Common Lisp Implementation"; 101 101 homepage = "http://clisp.cons.org"; 102 - maintainers = with lib.maintainers; [raskin tohl]; 102 + maintainers = with lib.maintainers; [ raskin ]; 103 103 platforms = lib.platforms.unix; 104 104 # problems on Darwin: https://github.com/NixOS/nixpkgs/issues/20062 105 105 broken = stdenv.hostPlatform.isDarwin || stdenv.hostPlatform.isAarch64;
+1 -1
pkgs/development/interpreters/clisp/hg.nix
··· 91 91 meta = { 92 92 description = "ANSI Common Lisp Implementation"; 93 93 homepage = "http://clisp.cons.org"; 94 - maintainers = with lib.maintainers; [raskin tohl]; 94 + maintainers = with lib.maintainers; [ raskin ]; 95 95 # problems on Darwin: https://github.com/NixOS/nixpkgs/issues/20062 96 96 platforms = lib.platforms.linux; 97 97 };
+5 -3
pkgs/development/interpreters/gtk-server/default.nix
··· 1 - { lib, stdenv, fetchurl 1 + { lib 2 + , stdenv 3 + , fetchurl 2 4 , glib 3 5 , gtk3 4 6 , libffcall ··· 25 27 configureOptions = [ "--with-gtk3" ]; 26 28 27 29 meta = with lib; { 28 - description = "gtk-server for interpreted GUI programming"; 29 30 homepage = "http://www.gtk-server.org/"; 31 + description = "gtk-server for interpreted GUI programming"; 30 32 license = licenses.gpl2Plus; 31 - maintainers = [ maintainers.tohl ]; 33 + maintainers = [ ]; 32 34 platforms = platforms.linux; 33 35 }; 34 36 }
+1 -1
pkgs/development/interpreters/picolisp/default.nix
··· 55 55 description = "A simple Lisp with an integrated database"; 56 56 homepage = "https://picolisp.com/"; 57 57 license = licenses.mit; 58 + maintainers = with maintainers; [ raskin ]; 58 59 platforms = platforms.all; 59 - maintainers = with maintainers; [ raskin tohl ]; 60 60 }; 61 61 62 62 passthru = {
+8 -8
pkgs/development/libraries/libpst/default.nix
··· 2 2 , stdenv 3 3 , fetchurl 4 4 , autoreconfHook 5 - , pkg-config 6 5 , bzip2 7 6 , doxygen 8 7 , gettext 9 8 , imagemagick 10 9 , libgsf 10 + , pkg-config 11 11 , xmlto 12 12 }: 13 13 14 - stdenv.mkDerivation rec { 14 + stdenv.mkDerivation (finalAttrs: { 15 15 pname = "libpst"; 16 16 version = "0.6.76"; 17 17 18 18 src = fetchurl { 19 - url = "http://www.five-ten-sg.com/libpst/packages/${pname}-${version}.tar.gz"; 20 - sha256 = "0hhbbb8ddsgjhv9y1xd8s9ixlhdnjmhw12v06jwx4j6vpgp1na9x"; 19 + url = "http://www.five-ten-sg.com/libpst/packages/${finalAttrs.pname}-${finalAttrs.version}.tar.gz"; 20 + hash = "sha256-PSkb7rvbSNK5NGCLwGGVtkHaY9Ko9eDThvLp1tBaC0I="; 21 21 }; 22 22 23 23 nativeBuildInputs = [ 24 24 autoreconfHook 25 - pkg-config 26 25 doxygen 27 26 gettext 27 + pkg-config 28 28 xmlto 29 29 ]; 30 30 ··· 35 35 ]; 36 36 37 37 configureFlags = [ 38 - "--enable-python=no" 39 38 "--disable-static" 40 39 "--enable-libpst-shared" 40 + "--enable-python=no" 41 41 ]; 42 42 43 43 doCheck = true; ··· 46 46 homepage = "https://www.five-ten-sg.com/libpst/"; 47 47 description = "A library to read PST (MS Outlook Personal Folders) files"; 48 48 license = licenses.gpl2Plus; 49 - maintainers = [ maintainers.tohl ]; 49 + maintainers = [ ]; 50 50 platforms = platforms.unix; 51 51 }; 52 - } 52 + })
+1 -1
pkgs/development/libraries/mlt/default.nix
··· 59 59 description = "Open source multimedia framework, designed for television broadcasting"; 60 60 homepage = "https://www.mltframework.org"; 61 61 license = with licenses; [ gpl3Only gpl2Only lgpl21Only ]; 62 - maintainers = with maintainers; [ tohl peti ]; 62 + maintainers = with maintainers; [ peti ]; 63 63 platforms = platforms.linux; 64 64 }; 65 65 }
+1 -1
pkgs/misc/cups/drivers/samsung/1.00.36/default.nix
··· 112 112 # Tested on linux-x86_64. Might work on linux-i386. 113 113 # Probably won't work on anything else. 114 114 platforms = platforms.linux; 115 - maintainers = with maintainers; [ tohl ]; 115 + maintainers = with maintainers; [ ]; 116 116 }; 117 117 }