diff options
author | wiz <wiz@pkgsrc.org> | 2017-12-24 09:47:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-12-24 09:47:00 +0000 |
commit | 8a67d5c4b7d7e3590839924349f2bab6c8e47c25 (patch) | |
tree | 9e2efe304b2c1ab0659febe1dd82f86798c07a17 /graphics/erlang-eimp | |
parent | ac4a647e726c6429f1ca39c753bb07920512fad1 (diff) | |
download | pkgsrc-8a67d5c4b7d7e3590839924349f2bab6c8e47c25.tar.gz |
erlang-eimp: fix HOMEPAGE
Diffstat (limited to 'graphics/erlang-eimp')
-rw-r--r-- | graphics/erlang-eimp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/erlang-eimp/Makefile b/graphics/erlang-eimp/Makefile index f7ed62e3f71..8dbabc2156a 100644 --- a/graphics/erlang-eimp/Makefile +++ b/graphics/erlang-eimp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2017/12/14 20:49:56 fhajny Exp $ +# $NetBSD: Makefile,v 1.3 2017/12/24 09:47:00 wiz Exp $ DISTNAME= eimp-1.0.2 PKGNAME= erlang-${DISTNAME} @@ -6,7 +6,7 @@ CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://github.com/processone/erlang-eimp/ +HOMEPAGE= https://github.com/processone/eimp COMMENT= Erlang Image Manipulation Process LICENSE= apache-2.0 |