From b5160fb6af52ab1cb838bb0d2bea7127238a7bbc Mon Sep 17 00:00:00 2001 From: Helena Rasche Date: Tue, 29 May 2018 19:19:25 +0200 Subject: [PATCH] fix name --- LICENSE | 2 +- media/cpc-base.svg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 1783eb7..24ec9ae 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015 Björn Grüning, Eric Rasche +Copyright (c) 2015-2018 Björn Grüning, Helena Rasche Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/media/cpc-base.svg b/media/cpc-base.svg index dad1280..db57eb1 100644 --- a/media/cpc-base.svg +++ b/media/cpc-base.svg @@ -31,7 +31,7 @@ rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" /> - Eric Rasche + Helena Rasche diff --git a/setup.py b/setup.py index 7698340..3426c4a 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ version='1.0', description='Python Distribution Utilities', author='Intergalactic Utilities Commission', - maintainer='Eric Rasche', + maintainer='Helena Rasche', url='https://github.com/erasche/community-package-cache', packages=['cargoport'], scripts=list(glob.glob("bin/galaxy*")),