Skip to content

Commit 94a439e

Browse files
committed
Update hostname for npackd
1 parent 85d41e5 commit 94a439e

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

repos.d/windows/npackd.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
###########################################################################
22
# Npackd
33
#
4-
# Repositories list: https://www.npackd.org/rep
4+
# Repositories list: https://npackd.org/rep
55
###########################################################################
66
- name: npackd_unstable
77
type: repository
@@ -15,15 +15,15 @@
1515
- name: rep.xml
1616
fetcher:
1717
class: FileFetcher
18-
url: https://www.npackd.org/rep/xml?tag=unstable
18+
url: https://npackd.org/rep/xml?tag=unstable
1919
parser:
2020
class: NpackdXmlParser
2121
repolinks:
2222
- desc: Npackd home
23-
url: https://www.npackd.org/
23+
url: https://npackd.org/
2424
packagelinks:
2525
- type: PACKAGE_HOMEPAGE
26-
url: 'https://www.npackd.org/p/{srcname}/{rawversion}'
26+
url: 'https://npackd.org/p/{srcname}/{rawversion}'
2727
groups: [ all, production, npackd ]
2828

2929
- name: npackd_stable
@@ -38,15 +38,15 @@
3838
- name: rep.xml
3939
fetcher:
4040
class: FileFetcher
41-
url: https://www.npackd.org/rep/xml?tag=stable
41+
url: https://npackd.org/rep/xml?tag=stable
4242
parser:
4343
class: NpackdXmlParser
4444
repolinks:
4545
- desc: Npackd home
46-
url: https://www.npackd.org/
46+
url: https://npackd.org/
4747
packagelinks:
4848
- type: PACKAGE_HOMEPAGE
49-
url: 'https://www.npackd.org/p/{srcname}/{rawversion}'
49+
url: 'https://npackd.org/p/{srcname}/{rawversion}'
5050
groups: [ all, production, npackd ]
5151

5252
- name: npackd_libs
@@ -61,15 +61,15 @@
6161
- name: rep.xml
6262
fetcher:
6363
class: FileFetcher
64-
url: https://www.npackd.org/rep/xml?tag=libs
64+
url: https://npackd.org/rep/xml?tag=libs
6565
parser:
6666
class: NpackdXmlParser
6767
repolinks:
6868
- desc: Npackd home
69-
url: https://www.npackd.org/
69+
url: https://npackd.org/
7070
packagelinks:
7171
- type: PACKAGE_HOMEPAGE
72-
url: 'https://www.npackd.org/p/{srcname}/{rawversion}'
72+
url: 'https://npackd.org/p/{srcname}/{rawversion}'
7373
groups: [ all, npackd ] # disabled (experimental), see #863
7474

7575
- name: npackd_stable64
@@ -84,13 +84,13 @@
8484
- name: rep.xml
8585
fetcher:
8686
class: FileFetcher
87-
url: https://www.npackd.org/rep/xml?tag=stable64
87+
url: https://npackd.org/rep/xml?tag=stable64
8888
parser:
8989
class: NpackdXmlParser
9090
repolinks:
9191
- desc: Npackd home
92-
url: https://www.npackd.org/
92+
url: https://npackd.org/
9393
packagelinks:
9494
- type: PACKAGE_HOMEPAGE
95-
url: 'https://www.npackd.org/p/{srcname}/{rawversion}'
95+
url: 'https://npackd.org/p/{srcname}/{rawversion}'
9696
groups: [ all, production, npackd ]

0 commit comments

Comments
 (0)