Merge pull request #267114 from katexochen/maintainers/jfrankenau

maintainers: remove jfrankenau
This commit is contained in:
ajs124 2023-11-20 12:26:57 +01:00 committed by GitHub
commit f1f62c94f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
34 changed files with 32 additions and 39 deletions

View File

@ -8355,12 +8355,6 @@
fingerprint = "F1F1 3395 8E8E 9CC4 D9FC 9647 1931 9CD8 416A 642B";
}];
};
jfrankenau = {
email = "johannes@frankenau.net";
github = "jfrankenau";
githubId = 2736480;
name = "Johannes Frankenau";
};
jfroche = {
name = "Jean-François Roche";
email = "jfroche@pyxel.be";

View File

@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
homepage = "https://rybczak.net/ncmpcpp/";
changelog = "https://github.com/ncmpcpp/ncmpcpp/blob/${version}/CHANGELOG.md";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ jfrankenau koral lovek323 ];
maintainers = with maintainers; [ koral lovek323 ];
platforms = platforms.all;
mainProgram = "ncmpcpp";
};

View File

@ -105,6 +105,6 @@ stdenv.mkDerivation rec {
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];
maintainers = with maintainers; [ jfrankenau ilian orivej uniquepointer viraptor ];
maintainers = with maintainers; [ ilian orivej uniquepointer viraptor ];
};
}

View File

@ -82,7 +82,7 @@ stdenv.mkDerivation (finalAttrs: {
changelog = "https://github.com/jarun/nnn/blob/v${version}/CHANGELOG";
license = licenses.bsd2;
platforms = platforms.all;
maintainers = with maintainers; [ jfrankenau Br1ght0ne ];
maintainers = with maintainers; [ Br1ght0ne ];
mainProgram = "nnn";
};
})

View File

@ -32,6 +32,6 @@ stdenv.mkDerivation rec {
homepage = "https://git.2f30.org/noice/";
license = licenses.bsd2;
platforms = platforms.all;
maintainers = with maintainers; [ jfrankenau ];
maintainers = with maintainers; [ ];
};
}

View File

@ -82,7 +82,7 @@ stdenv.mkDerivation rec {
homepage = "https://www.geeqie.org/";
maintainers = with maintainers; [ jfrankenau pSub markus1189 ];
maintainers = with maintainers; [ pSub markus1189 ];
platforms = platforms.gnu ++ platforms.linux;
};
}

View File

@ -100,6 +100,6 @@ mkDerivationWith python3Packages.buildPythonApplication rec {
homepage = "https://www.damonlynch.net/rapid/";
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ jfrankenau ];
maintainers = with maintainers; [ ];
};
}

View File

@ -20,7 +20,7 @@ mkDerivation rec {
homepage = "https://github.com/vigri/scantailor-advanced";
description = "Interactive post-processing tool for scanned pages (vigri's fork)";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ jfrankenau ];
maintainers = with maintainers; [ ];
platforms = with platforms; gnu ++ linux ++ darwin;
};
}

View File

@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/muennich/sxiv";
license = lib.licenses.gpl2Plus;
platforms = lib.platforms.linux;
maintainers = with maintainers; [ jfrankenau ];
maintainers = with maintainers; [ ];
};
}

View File

@ -76,7 +76,7 @@ stdenv.mkDerivation rec {
license = licenses.gpl3Plus;
platforms = platforms.linux;
mainProgram = "tvbrowser";
maintainers = with maintainers; [ jfrankenau yarny ];
maintainers = with maintainers; [ yarny ];
longDescription = ''
TV-Browser shows TV program data arranged like in printed
TV programs after downloading it from the internet.

View File

@ -38,6 +38,6 @@ python3.pkgs.buildPythonApplication rec {
homepage = "https://github.com/firecat53/urlscan";
changelog = "https://github.com/firecat53/urlscan/releases/tag/${version}";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ dpaetzel jfrankenau ];
maintainers = with maintainers; [ dpaetzel ];
};
}

View File

@ -45,6 +45,6 @@ stdenv.mkDerivation rec {
changelog = "https://gitlab.com/smart-pattern/valentina/-/blob/v${version}/ChangeLog.txt";
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ jfrankenau ];
maintainers = with maintainers; [ ];
};
}

View File

@ -119,7 +119,7 @@ stdenv.mkDerivation rec {
description = "A small but very powerful text-based mail client";
homepage = "http://www.neomutt.org";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ erikryb jfrankenau vrthra ma27 raitobezarius ];
maintainers = with maintainers; [ erikryb vrthra ma27 raitobezarius ];
platforms = platforms.unix;
};
}

View File

@ -32,6 +32,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/jarun/bcal";
license = licenses.gpl3Only;
platforms = platforms.unix;
maintainers = with maintainers; [ jfrankenau ];
maintainers = with maintainers; [ ];
};
}

View File

@ -52,6 +52,6 @@ stdenv.mkDerivation rec {
];
license = licenses.unfree;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ jfrankenau ];
maintainers = with maintainers; [ ];
};
}

View File

@ -50,6 +50,6 @@ in stdenv.mkDerivation rec {
license = licenses.asl20;
sourceProvenance = with sourceTypes; [ binaryBytecode ];
platforms = platforms.all;
maintainers = with maintainers; [ jfrankenau ];
maintainers = with maintainers; [ ];
};
}

View File

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/hoyon/mpv-mpris";
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ jfrankenau ];
maintainers = with maintainers; [ ];
changelog = "https://github.com/hoyon/mpv-mpris/releases/tag/${version}";
};
}

View File

@ -136,7 +136,6 @@ buildNpmPackage rec {
license = licenses.ofl;
platforms = platforms.all;
maintainers = with maintainers; [
jfrankenau
ttuegel
babariviere
rileyinman

View File

@ -23,6 +23,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/hoene/libmysofa";
license = licenses.bsd3;
platforms = platforms.all;
maintainers = with maintainers; [ jfrankenau ];
maintainers = with maintainers; [ ];
};
}

View File

@ -31,6 +31,6 @@ stdenv.mkDerivation rec {
homepage = "https://www.deb-multimedia.org/dists/testing/main/binary-amd64/package/monkeys-audio.php";
license = licenses.unfreeRedistributable;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ jfrankenau ];
maintainers = with maintainers; [ ];
};
}

View File

@ -40,6 +40,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/nothings/stb";
license = licenses.publicDomain;
platforms = platforms.all;
maintainers = with maintainers; [ jfrankenau ];
maintainers = with maintainers; [ ];
};
}

View File

@ -21,6 +21,6 @@ buildPythonPackage rec {
description = "Very simple, very easy GUI programming in Python";
homepage = "https://github.com/robertlugg/easygui";
license = licenses.bsd3;
maintainers = with maintainers; [ jfrankenau ];
maintainers = with maintainers; [ ];
};
}

View File

@ -34,6 +34,6 @@ buildPythonPackage rec {
description = "Python interface to libgphoto2";
homepage = "https://github.com/jim-easterbrook/python-gphoto2";
license = licenses.gpl3;
maintainers = with maintainers; [ jfrankenau ];
maintainers = with maintainers; [ ];
};
}

View File

@ -54,6 +54,6 @@ buildPythonPackage rec {
homepage = "https://github.com/sbraz/pymediainfo";
changelog = "https://github.com/sbraz/pymediainfo/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ jfrankenau ];
maintainers = with maintainers; [ ];
};
}

View File

@ -23,6 +23,6 @@ buildPythonPackage rec {
description = "Python Progress Bar and Percent Indicator Utility";
homepage = "https://github.com/rasbt/pyprind";
license = licenses.bsd3;
maintainers = with maintainers; [ jfrankenau ];
maintainers = with maintainers; [ ];
};
}

View File

@ -31,6 +31,6 @@ buildPythonPackage rec {
description = "CTypes based LibRaw bindings for Python";
homepage = "https://rawkit.readthedocs.org/";
license = licenses.mit;
maintainers = with maintainers; [ jfrankenau ];
maintainers = with maintainers; [ ];
};
}

View File

@ -49,6 +49,6 @@ in stdenv.mkDerivation rec {
homepage = "http://splix.ap2c.org";
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ jfrankenau ];
maintainers = with maintainers; [ ];
};
}

View File

@ -36,6 +36,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/trapexit/mergerfs";
license = lib.licenses.isc;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ jfrankenau makefu ];
maintainers = with lib.maintainers; [ makefu ];
};
}

View File

@ -31,6 +31,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/trapexit/mergerfs-tools";
license = licenses.isc;
platforms = platforms.linux;
maintainers = with maintainers; [ jfrankenau ];
maintainers = with maintainers; [ ];
};
}

View File

@ -18,7 +18,7 @@ bundlerApp {
description = "Multitouch gestures with libinput driver on X11, Linux";
homepage = "https://github.com/iberianpig/fusuma";
license = licenses.mit;
maintainers = with maintainers; [ jfrankenau nicknovitski Br1ght0ne ];
maintainers = with maintainers; [ nicknovitski Br1ght0ne ];
platforms = platforms.linux;
};
}

View File

@ -31,6 +31,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/wertarbyte/triggerhappy/";
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ jfrankenau taha ];
maintainers = with maintainers; [ taha ];
};
}

View File

@ -97,6 +97,6 @@ in python.pkgs.buildPythonApplication rec {
description = "A utility for sending notifications, on demand and when commands finish";
homepage = "http://ntfy.rtfd.org/";
license = licenses.gpl3;
maintainers = with maintainers; [ jfrankenau kamilchm ];
maintainers = with maintainers; [ kamilchm ];
};
}

View File

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/caryll/otfcc";
license = licenses.asl20;
platforms = platforms.unix;
maintainers = with maintainers; [ jfrankenau ttuegel ];
maintainers = with maintainers; [ ttuegel ];
};
}

View File

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
A command-line download/upload tool for popular file sharing websites
'';
license = lib.licenses.gpl3;
maintainers = with lib.maintainers; [ aforemny jfrankenau ];
maintainers = with lib.maintainers; [ aforemny ];
platforms = lib.platforms.linux;
};
}