From 0ec565a590e0b5e70af4f4f922925e5b0b718376 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 23 May 2014 12:30:25 -0400 Subject: propellor spin --- propellor.cabal | 2 ++ 1 file changed, 2 insertions(+) (limited to 'propellor.cabal') diff --git a/propellor.cabal b/propellor.cabal index 9d0612e9..da9a630f 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -92,6 +92,8 @@ Library Propellor.Property.Sudo Propellor.Property.Tor Propellor.Property.User + Propellor.Property.HostingProvider.DigitalOcean + Propellor.Property.HostingProvider.CloudAtCost Propellor.Property.SiteSpecific.GitHome Propellor.Property.SiteSpecific.JoeySites Propellor.Property.SiteSpecific.GitAnnexBuilder -- cgit v1.3-2-g0d8e From 7004b34a718de4c4ed8e79679e40e2907aa7e310 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 24 May 2014 00:06:38 -0400 Subject: use a license name that cabal recognises --- propellor.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'propellor.cabal') diff --git a/propellor.cabal b/propellor.cabal index da9a630f..18d63c9b 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -1,7 +1,7 @@ Name: propellor Version: 0.5.2 Cabal-Version: >= 1.6 -License: BSD +License: BSD3 Maintainer: Joey Hess Author: Joey Hess Stability: Stable -- cgit v1.3-2-g0d8e