From 94b04842ac61d0f808a134dd56b57617fb7c81ce Mon Sep 17 00:00:00 2001 From: Ben Moon Date: Mon, 11 Jan 2016 08:37:03 +0000 Subject: [PATCH] Remove username field Merge with the "pkgname" field - apparently "username" is no longer supported. --- recipes/duckpan.rcp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/duckpan.rcp b/recipes/duckpan.rcp index dc4f9ec5..97ebaf85 100644 --- a/recipes/duckpan.rcp +++ b/recipes/duckpan.rcp @@ -1,8 +1,7 @@ (:name duckpan :description "Tools for working with DuckDuckHack development" :type github - :pkgname "duckpan-emacs" - :username "GuiltyDolphin" + :pkgname "GuiltyDolphin/duckpan-emacs" :branch "master" :url "https://github.com/GuiltyDolphin/duckpan-emacs" :features duckpan)