treewide: remove friedelino as maintainer (#320728)

This commit is contained in:
friedemann 2024-06-18 13:11:26 +02:00 committed by GitHub
parent 95de3b75dd
commit 365e387c49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 8 additions and 14 deletions

View File

@ -6781,12 +6781,6 @@
githubId = 2129135;
name = "Frederik Rietdijk";
};
friedelino = {
email = "friede.mann@posteo.de";
github = "friedelino";
githubId = 46672819;
name = "Frido Friedemann";
};
friedow = {
email = "christian@friedow.com";
github = "friedow";

View File

@ -118,7 +118,7 @@ mkDerivation rec {
homepage = "https://www.google.com/earth/";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
maintainers = with maintainers; [ friedelino shamilton ];
maintainers = with maintainers; [ shamilton ];
platforms = platforms.linux;
knownVulnerabilities = [ "Includes vulnerable versions of bundled libraries: openssl, ffmpeg, gdal, and proj." ];
};

View File

@ -37,6 +37,6 @@ buildPythonPackage rec {
Enriches Click with option groups, constraints, command aliases, help sections for subcommands, themes for --help and other stuff.
'';
license = licenses.bsd3;
maintainers = with maintainers; [ friedelino ];
maintainers = with maintainers; [ ];
};
}

View File

@ -47,6 +47,6 @@ buildPythonPackage rec {
description = "OpenGL implementation for ModernGL";
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ friedelino ];
maintainers = with maintainers; [ ];
};
}

View File

@ -33,6 +33,6 @@ buildPythonPackage rec {
many far from the implicit surface.
'';
license = licenses.mit;
maintainers = with maintainers; [ friedelino ];
maintainers = with maintainers; [ ];
};
}

View File

@ -273,6 +273,6 @@ buildPythonPackage rec {
'';
homepage = "https://github.com/ManimCommunity/manim";
license = licenses.mit;
maintainers = with maintainers; [ friedelino ];
maintainers = with maintainers; [ ];
};
}

View File

@ -44,6 +44,6 @@ buildPythonPackage rec {
library, which provides very fast and quite robust triangulation of 2D
polygons.
'';
maintainers = with maintainers; [ friedelino ];
maintainers = with maintainers; [ ];
};
}

View File

@ -47,6 +47,6 @@ buildPythonPackage rec {
'';
homepage = "https://github.com/jupyter/notebook_shim";
license = licenses.bsd3;
maintainers = with maintainers; [ friedelino ];
maintainers = with maintainers; [ ];
};
}

View File

@ -27,6 +27,6 @@ buildPythonPackage rec {
homepage = "https://github.com/cdown/srt";
description = "Tiny but featureful Python library for parsing, modifying, and composing SRT files";
license = licenses.bsd3;
maintainers = with maintainers; [ friedelino ];
maintainers = with maintainers; [ ];
};
}