diff options
Diffstat (limited to 'maintMakefile')
-rw-r--r-- | maintMakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maintMakefile b/maintMakefile index b6cb0c9..82db1ec 100644 --- a/maintMakefile +++ b/maintMakefile @@ -124,7 +124,7 @@ move_if_change = if test -r $(target) && cmp -s $(target).t $(target); then \ # Updating PO files. # # ------------------- # -po_repo = http://www2.iro.umontreal.ca/%7Egnutra/po/maint/$(PACKAGE) +po_repo = http://www.iro.umontreal.ca/translation/maint/$(PACKAGE) .PHONY: do-po-update po-update do-po-update: tmppo=/tmp/$(PACKAGE)-$(VERSION)-po &&\ |