diff options
author | tom <tom@FreeBSD.org> | 2003-06-27 04:43:46 +0800 |
---|---|---|
committer | tom <tom@FreeBSD.org> | 2003-06-27 04:43:46 +0800 |
commit | dfe03c1be7cf9f1612091e1e697a7e74f7002416 (patch) | |
tree | b0877d8a3b766dbaca5c3ce2215bebcec5973d8a | |
parent | e38a7d1c70f6f4e2684e67aa5b44e2dcda988596 (diff) | |
download | freebsd-ports-gnome-dfe03c1be7cf9f1612091e1e697a7e74f7002416.tar.gz freebsd-ports-gnome-dfe03c1be7cf9f1612091e1e697a7e74f7002416.tar.zst freebsd-ports-gnome-dfe03c1be7cf9f1612091e1e697a7e74f7002416.zip |
Fix WWW.
PR: ports/51404
Submitted by: Mark Linimon <linimon@lonesome.com>
-rw-r--r-- | www/css-mode.el/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/css-mode.el/pkg-descr b/www/css-mode.el/pkg-descr index 33fae966364a..bccc7aa93823 100644 --- a/www/css-mode.el/pkg-descr +++ b/www/css-mode.el/pkg-descr @@ -6,4 +6,4 @@ To use this, put the following into your ~/.emacs: (autoload 'css-mode "css-mode") (setq auto-mode-alist (cons '("\\.css\\'" . css-mode) auto-mode-alist)) -WWW: http://www.stud.ifi.uio.no/~lmariusg/download/css-mode.html +WWW: http://www.garshol.priv.no/download/software/css-mode/index.html |