treewide: remove cstrahan from meta.maintainers - part 1

All the packages here are now orphaned.
This commit is contained in:
Anderson Torres 2023-09-29 15:19:55 -03:00
parent c52af267ad
commit 492414af5f
47 changed files with 47 additions and 47 deletions

View File

@ -34,6 +34,6 @@ stdenv.mkDerivation rec {
homepage = "https://bviplus.sourceforge.net";
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ cstrahan ];
maintainers = with maintainers; [ ];
};
}

View File

@ -46,6 +46,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/LonnyGomes/hexcurse";
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ cstrahan ];
maintainers = with maintainers; [ ];
};
}

View File

@ -24,6 +24,6 @@ stdenv.mkDerivation rec {
homepage = "https://hte.sourceforge.net";
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ cstrahan ];
maintainers = with maintainers; [ ];
};
}

View File

@ -52,7 +52,7 @@ in mkDerivation rec {
meta = with lib; {
description = "Helps you understand your daily habits so you can focus and be more productive";
homepage = "https://www.rescuetime.com";
maintainers = with maintainers; [ cstrahan ];
maintainers = with maintainers; [ ];
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
platforms = [ "i686-linux" "x86_64-linux" ];

View File

@ -98,6 +98,6 @@ mkDerivation rec {
homepage = "https://resp.app/";
license = licenses.gpl3Only;
platforms = platforms.linux;
maintainers = with maintainers; [ cstrahan ];
maintainers = with maintainers; [ ];
};
}

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
maintainers = with maintainers; [ cstrahan ];
maintainers = with maintainers; [ ];
homepage = "https://github.com/julienXX/terminal-notifier";
license = licenses.mit;
platforms = platforms.darwin;

View File

@ -49,6 +49,6 @@ stdenv.mkDerivation rec {
'';
license = licenses.zlib;
platforms = platforms.unix;
maintainers = with maintainers; [ cstrahan ];
maintainers = with maintainers; [ ];
};
}

View File

@ -23,6 +23,6 @@ stdenv.mkDerivation rec {
'';
license = licenses.zlib;
platforms = platforms.unix;
maintainers = with maintainers; [ cstrahan ];
maintainers = with maintainers; [ ];
};
}

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
'';
license = licenses.zlib;
platforms = platforms.unix;
maintainers = with maintainers; [ cstrahan ];
maintainers = with maintainers; [ ];
};
}

View File

@ -48,6 +48,6 @@ buildGoModule rec {
homepage = "https://www.cni.dev/plugins/";
license = licenses.asl20;
platforms = platforms.linux;
maintainers = with maintainers; [ cstrahan ] ++ teams.podman.members;
maintainers = with maintainers; [ ] ++ teams.podman.members;
};
}

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
description = "Change the urxvt font size on the fly";
homepage = "https://github.com/majutsushi/urxvt-font-size";
license = licenses.mit;
maintainers = with maintainers; [ cstrahan ];
maintainers = with maintainers; [ ];
platforms = with platforms; unix;
};
}

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation {
description = "Perl extensions for the rxvt-unicode terminal emulator";
homepage = "https://github.com/effigies/urxvt-perl";
license = licenses.gpl3;
maintainers = with maintainers; [ cstrahan ];
maintainers = with maintainers; [ ];
platforms = with platforms; unix;
};
}

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
about the current working directory for various version control systems
'';
homepage = "http://hg.gerg.ca/vcprompt";
maintainers = with maintainers; [ cstrahan ];
maintainers = with maintainers; [ ];
platforms = with platforms; linux ++ darwin;
license = licenses.gpl2Plus;
};

View File

@ -56,6 +56,6 @@ stdenvNoCC.mkDerivation rec {
description = "A style neutral scalable cursor theme";
platforms = platforms.all;
license = licenses.cc-by-sa-30;
maintainers = with maintainers; [ cstrahan ];
maintainers = with maintainers; [ ];
};
}

View File

@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/bombela/backward-cpp";
license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [ cstrahan ];
maintainers = with maintainers; [ ];
};
}

View File

@ -31,6 +31,6 @@ stdenv.mkDerivation rec {
'';
license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [ cstrahan ];
maintainers = with maintainers; [ ];
};
}

View File

@ -39,6 +39,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/kupferlauncher/keybinder/";
license = licenses.mit;
platforms = platforms.unix;
maintainers = [ maintainers.cstrahan ];
maintainers = [ ];
};
}

View File

@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
feature is the possibility setting style properties from a CSS format
file.'';
license = licenses.lgpl21;
maintainers = with maintainers; [ cstrahan ];
maintainers = with maintainers; [ ];
platforms = with platforms; linux;
};
}

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
description = "Terminal-emulator State Machine";
homepage = "http://www.freedesktop.org/wiki/Software/kmscon/libtsm/";
license = licenses.mit;
maintainers = with maintainers; [ cstrahan ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
description = "Mozilla's Universal Charset Detector C/C++ API";
homepage = "https://www.freedesktop.org/wiki/Software/uchardet/";
license = licenses.mpl11;
maintainers = with maintainers; [ cstrahan ];
maintainers = with maintainers; [ ];
platforms = with platforms; unix;
};
}

View File

@ -113,7 +113,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "A multi-platform support library with a focus on asynchronous I/O";
homepage = "https://libuv.org/";
changelog = "https://github.com/libuv/libuv/blob/v${finalAttrs.version}/ChangeLog";
maintainers = with maintainers; [ cstrahan ];
maintainers = with maintainers; [ ];
platforms = platforms.all;
license = with licenses; [ mit isc bsd2 bsd3 cc-by-40 ];
};

View File

@ -31,6 +31,6 @@ stdenv.mkDerivation rec {
homepage = "https://lightstep.com/";
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ cstrahan ];
maintainers = with maintainers; [ ];
};
}

View File

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = "https://github.com/arangodb/linenoise-ng";
description = "A small, portable GNU readline replacement for Linux, Windows and MacOS which is capable of handling UTF-8 characters";
maintainers = with lib.maintainers; [ cstrahan ];
maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.all;
license = lib.licenses.bsd3;
};

View File

@ -54,6 +54,6 @@ stdenv.mkDerivation rec {
description = "A simple and asynchronous API to work with e-mail protocols IMAP, POP and SMTP";
homepage = "http://libmailcore.com";
license = licenses.bsd3;
maintainers = with maintainers; [ cstrahan ];
maintainers = with maintainers; [ ];
};
}

View File

@ -21,7 +21,7 @@ buildGoModule rec {
homepage = "https://github.com/kevinburke/go-bindata";
changelog = "https://github.com/kevinburke/go-bindata/blob/v${version}/CHANGELOG.md";
description = "A small utility which generates Go code from any file, useful for embedding binary data in a Go program";
maintainers = with maintainers; [ cstrahan ];
maintainers = with maintainers; [ ];
license = licenses.cc0;
};
}

View File

@ -37,7 +37,7 @@ in stdenv.mkDerivation rec {
description = "Changes the current Ruby";
homepage = "https://github.com/postmodern/chruby";
license = licenses.mit;
maintainers = with maintainers; [ cstrahan ];
maintainers = with maintainers; [ ];
mainProgram = "chruby-exec";
platforms = platforms.unix;
};

View File

@ -145,6 +145,6 @@ stdenv.mkDerivation {
homepage = "https://hk.canon/en/support/0101048401/1";
license = licenses.unfree;
platforms = [ "i686-linux" "x86_64-linux" ];
maintainers = with maintainers; [ cstrahan ];
maintainers = with maintainers; [ ];
};
}

View File

@ -22,6 +22,6 @@ stdenv.mkDerivation {
'';
license = licenses.mit;
platforms = platforms.all;
maintainers = [ maintainers.cstrahan ];
maintainers = [ ];
};
}

View File

@ -23,6 +23,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/ColinIanKing/eventstat";
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ cstrahan ];
maintainers = with maintainers; [ ];
};
}

View File

@ -20,7 +20,7 @@ in stdenv.mkDerivation {
meta = with lib; {
description = "A simple yet effective way to benchmark disk IO in Linux systems";
homepage = "http://www.iomelt.com";
maintainers = with maintainers; [ cstrahan ];
maintainers = with maintainers; [ ];
license = licenses.artistic2;
platforms = platforms.linux;
};

View File

@ -19,6 +19,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/dgraziotin/mbpfan";
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ cstrahan ];
maintainers = with maintainers; [ ];
};
}

View File

@ -22,6 +22,6 @@ stdenv.mkDerivation {
homepage = "https://github.com/jpetazzo/pipework";
license = licenses.asl20;
platforms = platforms.linux;
maintainers = with maintainers; [ cstrahan ];
maintainers = with maintainers; [ ];
};
}

View File

@ -18,6 +18,6 @@ stdenv.mkDerivation rec {
meta = with lib; {
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ cstrahan ];
maintainers = with maintainers; [ ];
};
}

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
homepage = "https://redmine.lighttpd.net/projects/spawn-fcgi";
description = "Provides an interface to external programs that support the FastCGI interface";
license = licenses.bsd3;
maintainers = with maintainers; [ cstrahan ];
maintainers = with maintainers; [ ];
platforms = with platforms; unix;
};
}

View File

@ -97,6 +97,6 @@ stdenv.mkDerivation {
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.mit;
platforms = builtins.attrNames srcs;
maintainers = with maintainers; [ cstrahan ];
maintainers = with maintainers; [ ];
};
}

View File

@ -177,7 +177,7 @@ in stdenv.mkDerivation {
meta = with lib; {
platforms = platforms.darwin;
maintainers = with maintainers; [ cstrahan ];
maintainers = with maintainers; [ ];
license = licenses.mit;
};
}

View File

@ -26,7 +26,7 @@ buildGoModule rec {
description = "Color temperature setting library and CLI that operates in a similar way to f.lux and Redshift";
homepage = "https://github.com/d4l3k/go-sct";
license = licenses.mit;
maintainers = with maintainers; [ cstrahan ];
maintainers = with maintainers; [ ];
mainProgram = "sct";
};
}

View File

@ -43,6 +43,6 @@ stdenv.mkDerivation rec {
changelog = "https://github.com/eradman/rset/raw/${version}/NEWS";
license = licenses.isc;
platforms = platforms.unix;
maintainers = with maintainers; [ cstrahan ];
maintainers = with maintainers; [ ];
};
}

View File

@ -22,6 +22,6 @@ stdenv.mkDerivation {
homepage = "https://github.com/taviso/dbusmap";
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ cstrahan ];
maintainers = with maintainers; [ ];
};
}

View File

@ -28,6 +28,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/elasticsearch/logstash-contrib";
license = lib.licenses.asl20;
platforms = lib.platforms.unix;
maintainers = with maintainers; [ cstrahan ];
maintainers = with maintainers; [ ];
};
}

View File

@ -18,7 +18,7 @@ stdenv.mkDerivation {
description = "Command-line program for getting and setting the contents of the X selection";
homepage = "http://www.kfish.org/software/xsel";
license = licenses.mit;
maintainers = [ maintainers.cstrahan ];
maintainers = [ ];
platforms = lib.platforms.unix;
};
}

View File

@ -23,6 +23,6 @@ stdenv.mkDerivation rec {
description = "Udev helper for naming devices per BIOS names";
license = licenses.gpl2;
platforms = ["x86_64-linux" "i686-linux"];
maintainers = with maintainers; [ cstrahan ];
maintainers = with maintainers; [ ];
};
}

View File

@ -82,6 +82,6 @@ stdenv.mkDerivation rec {
changelog = "https://salsa.debian.org/apt-team/apt/-/raw/${version}/debian/changelog";
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ cstrahan ];
maintainers = with maintainers; [ ];
};
}

View File

@ -57,6 +57,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/lastpass/lastpass-cli";
license = licenses.gpl2Plus;
platforms = platforms.unix;
maintainers = with maintainers; [ cstrahan ];
maintainers = with maintainers; [ ];
};
}

View File

@ -20,6 +20,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/chneukirchen/nq";
license = licenses.publicDomain;
platforms = platforms.all;
maintainers = with maintainers; [ cstrahan ];
maintainers = with maintainers; [ ];
};
}

View File

@ -28,6 +28,6 @@ stdenv.mkDerivation rec {
homepage = "https://wpitchoune.net/psensor/";
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ cstrahan ];
maintainers = with maintainers; [ ];
};
}

View File

@ -18,6 +18,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/chneukirchen/xe";
license = licenses.publicDomain;
platforms = platforms.all;
maintainers = with maintainers; [ cstrahan ];
maintainers = with maintainers; [ ];
};
}