diff options
author | Kei Kebreau <kei@openmailbox.org> | 2017-04-10 17:49:47 -0400 |
---|---|---|
committer | Kei Kebreau <kei@openmailbox.org> | 2017-04-10 19:16:47 -0400 |
commit | 0c3953ea603e6abd885a5a91b84f7f7788d0829f (patch) | |
tree | d7759a4215e9b4e9946ddd3a79a3e0b7a4cb8a22 /gnu/packages | |
parent | ed3a9ec5acfb96cf79ede69b96ecc396d2312185 (diff) | |
download | patches-0c3953ea603e6abd885a5a91b84f7f7788d0829f.tar patches-0c3953ea603e6abd885a5a91b84f7f7788d0829f.tar.gz |
gnu: Move dillo to web-browsers.scm.
* gnu/packages/dillo.scm: Remove file and move dillo...
* gnu/packages/web-browsers.scm: ...here. New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Remove dillo.scm and add
web-browsers.scm.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/web-browsers.scm (renamed from gnu/packages/dillo.scm) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/dillo.scm b/gnu/packages/web-browsers.scm index 6e0c4d17a9..3ff69611bf 100644 --- a/gnu/packages/dillo.scm +++ b/gnu/packages/web-browsers.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 dillo) +(define-module (gnu packages web-browsers) #:use-module ((guix licenses) #:prefix license:) #:use-module (guix packages) #:use-module (gnu packages) |