diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-04-29 06:01:20 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-04-29 06:01:20 +0000 |
| commit | 585411f8a551570e81d5af64aac1ac83374fd93e (patch) | |
| tree | 07aea7a4ff7f2ae12fe0bb5434a350d982a2ec01 /dev-python/filebytes | |
| parent | 103afc75d23d19b7864dfb2e0fb35b982dfa5962 (diff) | |
| download | baldeagleos-repo-585411f8a551570e81d5af64aac1ac83374fd93e.tar.gz baldeagleos-repo-585411f8a551570e81d5af64aac1ac83374fd93e.tar.xz baldeagleos-repo-585411f8a551570e81d5af64aac1ac83374fd93e.zip | |
Adding metadata
Diffstat (limited to 'dev-python/filebytes')
| -rw-r--r-- | dev-python/filebytes/metadata.xml | 28 |
1 files changed, 15 insertions, 13 deletions
diff --git a/dev-python/filebytes/metadata.xml b/dev-python/filebytes/metadata.xml index 78229bb54c35..1f4afd823345 100644 --- a/dev-python/filebytes/metadata.xml +++ b/dev-python/filebytes/metadata.xml @@ -1,19 +1,21 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> - <email>mario.haustein@hrz.tu-chemnitz.de</email> - <name>Mario Haustein</name> - </maintainer> - <maintainer type="person"> - <email>sam@gentoo.org</email> - <name>Sam James</name> - </maintainer> - <longdescription> + <maintainer type="person" proxied="yes"> + <email>mario.haustein@hrz.tu-chemnitz.de</email> + <name>Mario Haustein</name> + </maintainer> + <maintainer type="person"> + <email>sam@gentoo.org</email> + <name>Sam James</name> + </maintainer> + <longdescription> Python library to read and edit files in the following formats: Executable and Linking Format (ELF), Portable Executable (PE), MachO and OAT (Android Runtime) </longdescription> - - <origin>gentoo-staging</origin> -</pkgmetadata>
\ No newline at end of file + <upstream> + <remote-id type="github">sashs/filebytes</remote-id> + <remote-id type="pypi">filebytes</remote-id> + </upstream> +</pkgmetadata> |
