python3Packages.gemfileparser: orphan

This commit is contained in:
Cole Helbling
2023-03-22 07:23:35 -07:00
parent 62c404f206
commit b0fc8558b8
@@ -24,6 +24,6 @@ buildPythonPackage rec {
description = "A library to parse Ruby Gemfile, .gemspec and Cocoapod .podspec file using Python";
homepage = "https://github.com/gemfileparser/gemfileparser";
license = with licenses; [ gpl3Plus /* or */ mit ];
maintainers = teams.determinatesystems.members;
maintainers = [ ];
};
}