File tree Expand file tree Collapse file tree
development/python-modules/pyldavis Expand file tree Collapse file tree Original file line number Diff line number Diff line change 94529452 githubId = 47015416;
94539453 name = "globule655";
94549454 };
9455- gm6k = {
9456- email = "nix@quidecco.pl";
9457- name = "Isidor Zeuner";
9458- };
94599455 gmacon = {
94609456 name = "George Macon";
94619457 matrix = "@gmacon:matrix.org";
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ runCommand "${alsa-lib.pname}-${alsa-lib.version}"
1919 description = "Wrapper to ease access to ALSA plugins" ;
2020 mainProgram = "aserver" ;
2121 platforms = platforms . linux ;
22- maintainers = with maintainers ; [ gm6k ] ;
2322 } ;
2423 outputs = alsa-lib . outputs ;
2524 }
Original file line number Diff line number Diff line change @@ -27,6 +27,5 @@ buildGoModule rec {
2727 cc-by-sa-30
2828 ] ;
2929 platforms = lib . platforms . all ;
30- maintainers = with lib . maintainers ; [ gm6k ] ;
3130 } ;
3231}
Original file line number Diff line number Diff line change @@ -43,7 +43,6 @@ buildPythonPackage rec {
4343 meta = with lib ; {
4444 homepage = "https://github.com/bmabey/pyLDAvis" ;
4545 description = "Python library for interactive topic model visualization" ;
46- maintainers = with lib . maintainers ; [ gm6k ] ;
4746 license = licenses . bsd3 ;
4847 sourceProvenance = with sourceTypes ; [ fromSource ] ;
4948 platforms = platforms . all ;
You can’t perform that action at this time.
0 commit comments