summaryrefslogtreecommitdiff
path: root/rpm/python-configshell.spec.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'rpm/python-configshell.spec.tmpl')
-rw-r--r--rpm/python-configshell.spec.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/rpm/python-configshell.spec.tmpl b/rpm/python-configshell.spec.tmpl
index 75f7906..fc418fe 100644
--- a/rpm/python-configshell.spec.tmpl
+++ b/rpm/python-configshell.spec.tmpl
@@ -1,7 +1,7 @@
%define oname configshell
Name: python-configshell
-License: AGPLv3
+License: Apache License 2.0
Group: System Environment/Libraries
Summary: A framework to implement simple but nice CLIs.
Version: VERSION
@@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-rpmroot
BuildArch: noarch
BuildRequires: python-devel, epydoc, python-simpleparse
Requires: python-simpleparse, python-urwid >= 0.9.9, epydoc
-Vendor: RisingTide Systems
+Vendor: Datera, Inc.
%description
A framework to implement simple but nice command-line interfaces.