Skip to content

Commit ed6bcb6

Browse files
committed
refactor(planet/pkgs): use github source for wlsunset
SourceHut seems to go down sometimes.
1 parent a4d2705 commit ed6bcb6

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

planet/pkgs/npins/sources.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,18 @@
109109
"hash": "0vjz0l6rlv7ws92qk75c8c81j4841h1ssi1izzjm0xzcrkivds0q"
110110
},
111111
"wlsunset": {
112-
"type": "Git",
112+
"type": "GitRelease",
113113
"repository": {
114-
"type": "Git",
115-
"url": "https://git.sr.ht/~kennylevinsen/wlsunset"
114+
"type": "GitHub",
115+
"owner": "kennylevinsen",
116+
"repo": "wlsunset"
116117
},
117-
"branch": "master",
118-
"revision": "634c8ebc53a31d4e5ed394f7950760deb5322102",
119-
"url": null,
118+
"pre_releases": false,
119+
"version_upper_bound": null,
120+
"release_prefix": null,
121+
"version": "0.4.0",
122+
"revision": "decd882b3859c0ba6d1766a6e675c4e7a8d077ca",
123+
"url": "https://api.github.com/repos/kennylevinsen/wlsunset/tarball/0.4.0",
120124
"hash": "1n60b2qq4ihw0g2dwisrvsvbhpml4mlv42425j0r7xhlm4w93z2k"
121125
}
122126
},

0 commit comments

Comments
 (0)