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

Configure Feed

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

python3Packages.gemfileparser: orphan

+1 -1
+1 -1
pkgs/development/python-modules/gemfileparser/default.nix
··· 24 24 description = "A library to parse Ruby Gemfile, .gemspec and Cocoapod .podspec file using Python"; 25 25 homepage = "https://github.com/gemfileparser/gemfileparser"; 26 26 license = with licenses; [ gpl3Plus /* or */ mit ]; 27 - maintainers = teams.determinatesystems.members; 27 + maintainers = [ ]; 28 28 }; 29 29 }