This commit is contained in:
MeiMei
2019-03-27 02:58:42 +09:00
committed by syuilo
parent 278624f2c8
commit dfe694d39f
2 changed files with 0 additions and 12 deletions

View File

@ -15,12 +15,6 @@ export default Vue.extend({
return {
repositoryUrl: 'https://github.com/syuilo/misskey'
};
},
created() {
this.$root.getMeta().then(meta => {
if (meta.maintainer)
this.repositoryUrl = meta.maintainer.repository_url;
});
}
});
</script>