diff options
author | Tomáš Čech <sleep_walker@suse.cz> | 2015-03-13 12:06:19 +0100 |
---|---|---|
committer | Tomáš Čech <sleep_walker@gnu.org> | 2015-03-14 21:59:24 +0100 |
commit | 36fb36b55108d60c23fa7623a8b7c26f5cd97886 (patch) | |
tree | e5c0389506dc975df8824aa3a8ea4cb093b04c5c /gnu | |
parent | 949f9aa100df192cfad9e81cb78e752a2820ab35 (diff) | |
download | guix-36fb36b55108d60c23fa7623a8b7c26f5cd97886.tar guix-36fb36b55108d60c23fa7623a8b7c26f5cd97886.tar.gz |
gnu: Rename module dnsmasq to dns.
* gnu/packages/dnsmasq.scm: Rename to...
* gnu/packages/dns.scm: ... this. Change module name accordingly.
* gnu-system.am (GNU_SYSTEM_MODULES): Rename dnsmasq module to dns.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/dns.scm (renamed from gnu/packages/dnsmasq.scm) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/dnsmasq.scm b/gnu/packages/dns.scm index f342f818c4..86f5945ee7 100644 --- a/gnu/packages/dnsmasq.scm +++ b/gnu/packages/dns.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 dnsmasq) +(define-module (gnu packages dns) #:use-module (guix licenses) #:use-module (guix packages) #:use-module (guix download) |