mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
maintainers: remove titanous (#307064)
This commit is contained in:
parent
7e385b60ff
commit
353b56c5da
@ -20316,12 +20316,6 @@
|
||||
github = "tirimia";
|
||||
githubId = 11174371;
|
||||
};
|
||||
titanous = {
|
||||
email = "jonathan@titanous.com";
|
||||
github = "titanous";
|
||||
githubId = 13026;
|
||||
name = "Jonathan Rudenberg";
|
||||
};
|
||||
tjni = {
|
||||
email = "43ngvg@masqt.com";
|
||||
matrix = "@tni:matrix.org";
|
||||
|
@ -45,7 +45,7 @@ buildGoModule rec {
|
||||
homepage = "https://temporal.io";
|
||||
changelog = "https://github.com/temporalio/temporal/releases/tag/v${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ titanous ];
|
||||
maintainers = with maintainers; [ ];
|
||||
mainProgram = "temporal-server";
|
||||
};
|
||||
}
|
||||
|
@ -65,7 +65,7 @@ stdenv.mkDerivation rec {
|
||||
# during Linking C executable ccextractor
|
||||
broken = stdenv.isAarch64;
|
||||
license = licenses.gpl2Only;
|
||||
maintainers = with maintainers; [ titanous ];
|
||||
maintainers = with maintainers; [ ];
|
||||
mainProgram = "ccextractor";
|
||||
};
|
||||
}
|
||||
|
@ -87,6 +87,6 @@ in mkDerivation {
|
||||
license = [ licenses.unfree licenses.lgpl21 ];
|
||||
homepage = "http://makemkv.com";
|
||||
platforms = [ "x86_64-linux" ];
|
||||
maintainers = with maintainers; [ titanous ];
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
@ -42,6 +42,6 @@ mkDerivation rec {
|
||||
description = "Open Source DVR";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.titanous ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
@ -40,6 +40,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "http://libcec.pulse-eight.com";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.titanous ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
@ -18,6 +18,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/Pulse-Eight/platform";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
platforms = platforms.all;
|
||||
maintainers = [ maintainers.titanous ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
|
||||
mainProgram = "hdhomerun_config";
|
||||
homepage = "https://www.silicondust.com/support/linux";
|
||||
license = licenses.lgpl21Only;
|
||||
maintainers = with maintainers; [ sielicki titanous ];
|
||||
maintainers = with maintainers; [ sielicki ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user