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.
This commit is contained in:
		
							parent
							
								
									949f9aa100
								
							
						
					
					
						commit
						36fb36b551
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -81,7 +81,7 @@ GNU_SYSTEM_MODULES =				\ | ||||||
|   gnu/packages/dictionaries.scm			\ |   gnu/packages/dictionaries.scm			\ | ||||||
|   gnu/packages/disk.scm				\ |   gnu/packages/disk.scm				\ | ||||||
|   gnu/packages/djvu.scm				\ |   gnu/packages/djvu.scm				\ | ||||||
|   gnu/packages/dnsmasq.scm			\ |   gnu/packages/dns.scm				\ | ||||||
|   gnu/packages/docbook.scm			\ |   gnu/packages/docbook.scm			\ | ||||||
|   gnu/packages/doxygen.scm			\ |   gnu/packages/doxygen.scm			\ | ||||||
|   gnu/packages/dwm.scm				\ |   gnu/packages/dwm.scm				\ | ||||||
|  |  | ||||||
|  | @ -16,7 +16,7 @@ | ||||||
| ;;; You should have received a copy of the GNU General Public License | ;;; You should have received a copy of the GNU General Public License | ||||||
| ;;; along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>. | ;;; 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 licenses) | ||||||
|   #:use-module (guix packages) |   #:use-module (guix packages) | ||||||
|   #:use-module (guix download) |   #:use-module (guix download) | ||||||
		Reference in a new issue