guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/05: gnu: guix: Remove obsolete 'ftp-server' property.


From: guix-commits
Subject: 05/05: gnu: guix: Remove obsolete 'ftp-server' property.
Date: Sun, 15 Jan 2023 18:09:43 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 5c921977179489caef4a9e54ada6696fc86d2f0b
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Jan 15 23:52:32 2023 +0100

    gnu: guix: Remove obsolete 'ftp-server' property.
    
    Guix has been on ftp.gnu.org for a while already.
    
    * gnu/packages/package-management.scm (guix)[properties]: Remove.
---
 gnu/packages/package-management.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/package-management.scm 
b/gnu/packages/package-management.scm
index 3ff680bffe..7f8013acd0 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -493,8 +493,7 @@ also a distribution thereof.  It includes a virtual machine 
image.  Besides
 the usual package management features, it also supports transactional
 upgrades and roll-backs, per-user profiles, and much more.  It is based on
 the Nix package manager.")
-      (license license:gpl3+)
-      (properties '((ftp-server . "alpha.gnu.org"))))))
+      (license license:gpl3+))))
 
 (define* (channel-source->package source #:key commit)
   "Return a package for the given channel SOURCE, a lowerable object."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]