diff options
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) |