summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2016-11-21 22:20:25 +0200
committerEfraim Flashner <efraim@flashner.co.il>2016-12-04 08:39:48 +0200
commit760d6066f7089dd900ce079196523f717c0c8b19 (patch)
tree3a1490fd1016c6756ae5433587c120bff8da49ea /gnu/packages
parent7526edb9d55f510fbedb522f108349909a925cec (diff)
downloadguix-patches-760d6066f7089dd900ce079196523f717c0c8b19.tar
guix-patches-760d6066f7089dd900ce079196523f717c0c8b19.tar.gz
gnu: Rename owncloud.scm to sync.scm.
* gnu/packages/owncloud.scm: Rename to ... * gnu/packages/sync.scm: ... this. * gnu/local.mk (GNU_SYSTEM_MODULES): Register it.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/sync.scm (renamed from gnu/packages/owncloud.scm)2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/owncloud.scm b/gnu/packages/sync.scm
index 6b40bd3ada..186914d98c 100644
--- a/gnu/packages/owncloud.scm
+++ b/gnu/packages/sync.scm
@@ -16,7 +16,7 @@
;;; You should have received a copy of the GNU General Public License
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
-(define-module (gnu packages owncloud)
+(define-module (gnu packages sync)
#:use-module ((guix licenses) #:prefix license:)
#:use-module (guix build-system cmake)
#:use-module (guix download)