nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.mido: remove myself from maintainers

authored by

Martin Weinelt and committed by
Frederik Rietdijk
4d7527e0 878a2ec6

+1 -1
+1 -1
pkgs/development/python-modules/mido/default.nix
··· 44 44 description = "MIDI Objects for Python"; 45 45 homepage = "https://mido.readthedocs.io"; 46 46 license = licenses.mit; 47 - maintainers = with maintainers; [ hexa ]; 47 + maintainers = with maintainers; [ ]; 48 48 }; 49 49 }