File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed
lib/MetaCPAN/Web/Model/API Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -113,6 +113,10 @@ my $profile_data = {
113113 name => ' Bitbucket' ,
114114 url_format => ' https://bitbucket.org/%s' ,
115115 },
116+ codeberg => {
117+ name => ' Codeberg' ,
118+ url_format => ' https://codeberg.org/%s' ,
119+ },
116120 coderwall => {
117121 name => ' Coderwall' ,
118122 url_format => ' https://coderwall.com/%s' ,
Original file line number Diff line number Diff line change 7171 & .profile-brightkite .control-label {
7272 background-image : url(/static/images/profile/brightkite.png ) ;
7373 }
74+ & .profile-codeberg .control-label {
75+ background-image : url(/static/images/profile/codeberg.png ) ;
76+ }
7477 & .profile-coderwall .control-label {
7578 background-image : url(/static/images/profile/coderwall.png ) ;
7679 }
You can’t perform that action at this time.
0 commit comments