mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
Merge pull request #85548 from turion/master
Add myself (turion) to the maintainers list for several packages
This commit is contained in:
commit
beb9b1a7e3
7 changed files with 12 additions and 6 deletions
|
@ -7816,6 +7816,12 @@
|
||||||
githubId = 563054;
|
githubId = 563054;
|
||||||
name = "Thomas Tuegel";
|
name = "Thomas Tuegel";
|
||||||
};
|
};
|
||||||
|
turion = {
|
||||||
|
email = "programming@manuelbaerenz.de";
|
||||||
|
github = "turion";
|
||||||
|
githubId = 303489;
|
||||||
|
name = "Manuel Bärenz";
|
||||||
|
};
|
||||||
tv = {
|
tv = {
|
||||||
email = "tv@krebsco.de";
|
email = "tv@krebsco.de";
|
||||||
github = "4z3";
|
github = "4z3";
|
||||||
|
|
|
@ -33,7 +33,7 @@ mkDerivation rec {
|
||||||
description = "Music notation and composition software";
|
description = "Music notation and composition software";
|
||||||
homepage = "https://musescore.org/";
|
homepage = "https://musescore.org/";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ vandenoever ];
|
maintainers = with maintainers; [ vandenoever turion ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
repositories.git = "https://github.com/musescore/MuseScore";
|
repositories.git = "https://github.com/musescore/MuseScore";
|
||||||
};
|
};
|
||||||
|
|
|
@ -54,7 +54,7 @@ in
|
||||||
homepage = "https://github.com/VSCodium/vscodium";
|
homepage = "https://github.com/VSCodium/vscodium";
|
||||||
downloadPage = "https://github.com/VSCodium/vscodium/releases";
|
downloadPage = "https://github.com/VSCodium/vscodium/releases";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ synthetica ];
|
maintainers = with maintainers; [ synthetica turion ];
|
||||||
platforms = [ "x86_64-linux" "x86_64-darwin" ];
|
platforms = [ "x86_64-linux" "x86_64-darwin" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,7 +11,7 @@ mkDerivation {
|
||||||
name = "konsole";
|
name = "konsole";
|
||||||
meta = {
|
meta = {
|
||||||
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ];
|
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ];
|
||||||
maintainers = [ lib.maintainers.ttuegel ];
|
maintainers = with lib.maintainers; [ ttuegel turion ];
|
||||||
};
|
};
|
||||||
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
|
|
@ -21,7 +21,7 @@ mkDerivation {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "http://www.kde.org";
|
homepage = "http://www.kde.org";
|
||||||
license = with licenses; [ gpl2 lgpl21 fdl12 bsd3 ];
|
license = with licenses; [ gpl2 lgpl21 fdl12 bsd3 ];
|
||||||
maintainers = with maintainers; [ ttuegel ];
|
maintainers = with maintainers; [ ttuegel turion ];
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -116,7 +116,7 @@ stdenv.mkDerivation rec {
|
||||||
longDescription = "A community fork of KeePassX, which is itself a port of KeePass Password Safe. The goal is to extend and improve KeePassX with new features and bugfixes to provide a feature-rich, fully cross-platform and modern open-source password manager. Accessible via native cross-platform GUI, CLI, and browser integration with the KeePassXC Browser Extension (https://github.com/keepassxreboot/keepassxc-browser).";
|
longDescription = "A community fork of KeePassX, which is itself a port of KeePass Password Safe. The goal is to extend and improve KeePassX with new features and bugfixes to provide a feature-rich, fully cross-platform and modern open-source password manager. Accessible via native cross-platform GUI, CLI, and browser integration with the KeePassXC Browser Extension (https://github.com/keepassxreboot/keepassxc-browser).";
|
||||||
homepage = "https://keepassxc.org/";
|
homepage = "https://keepassxc.org/";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ jonafato ];
|
maintainers = with maintainers; [ jonafato turion ];
|
||||||
platforms = platforms.linux ++ platforms.darwin;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -20,7 +20,7 @@ in mkDerivation rec {
|
||||||
description = "Norton/Total Commander clone for KDE";
|
description = "Norton/Total Commander clone for KDE";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
homepage = "http://www.krusader.org";
|
homepage = "http://www.krusader.org";
|
||||||
maintainers = with maintainers; [ sander ];
|
maintainers = with maintainers; [ sander turion ];
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ extra-cmake-modules kdoctools wrapGAppsHook ];
|
nativeBuildInputs = [ extra-cmake-modules kdoctools wrapGAppsHook ];
|
||||||
|
|
Loading…
Reference in a new issue